home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / remote / vd128rup.zip / RELEASE.DOC next >
Text File  |  1991-11-17  |  5KB  |  164 lines

  1. 1.28
  2. ----
  3.   1) Fixed MINOR bug in Comm routines that I accidently introduced
  4.      into the 1.27 code.  This bug only affected systems running
  5.      on Ports other than 0.  Sorry about that!
  6.  
  7. 1.27
  8. ----
  9.   1) Supports RA 1.01 ExitInfo structures.
  10.  
  11.   2) Fixed bug which allowed user to edit their phone number
  12.      to something invalid.  Created errorlevel 14 to trap this.
  13.  
  14.   3) Documented errorlevel 13 which VD exits with when it
  15.      detects too many arguments on the command line.
  16.  
  17.   4) Fixed bug which caused the user name to be left out of a log
  18.      entry during bad number detection (via BadNumber Control file).
  19.  
  20.  
  21. 1.25
  22. ----
  23.   1) Cleaned up dupe phone number problems.
  24.  
  25. 1.18b
  26. -----
  27.   1) More Log cleanup.
  28.  
  29.   2) Added TWIT mode and TwitLine descriptor to vd.cfg.
  30.  
  31.  
  32. 1.17b
  33. -----
  34.   1) Fixed oversight in OFFHOOK and ONHOOK descriptors.  Both now
  35.      support the '|' for an optional Carriage Return after the
  36.      strings.  Before the CR was HardCoded!
  37.  
  38.   2) Made using a log optional by leaving out 'LogPath' descriptor
  39.      in Vd.Cfg.
  40.  
  41.   3) Added the 'LogStyle' descriptor to Vd.Cfg to allow use of the
  42.      Binkley/Opus or FrontDoor style logs.
  43.  
  44.  
  45. 1.16b
  46. -----
  47.  
  48.   1) Fixed Dupe checking problem via Cvt_PH program.  This bug has been
  49.      around since adding support for free-style phone formats in RA
  50.      and QuickBBS.  I never knew about it until 11/90.
  51.  
  52.  
  53. 1.15
  54. ----
  55.  
  56.   1) Fixed bug which would allow a long distance edited phone number
  57.      to be dialed regardless of LDSTART/LDSTOP settings.
  58.  
  59.   2) Added new vd.cfg descriptor: YOURCODELD
  60.      This one will allow you to tell VD not to strip your area code from
  61.      LD numbers in your area code - I call this Ed Marquis mode <grin>.
  62.  
  63.         syntax
  64.  
  65.         YourCodeLD NoStrip
  66.  
  67.      If you don't use this VD defaults to stripping them anyway.
  68.  
  69.   3) Added code to trap the use of the number 1 as a first digit of a
  70.      user's phone number.  This problem allowed LD users to tell VD they
  71.      were local thus forcing VD to call LD.  This problem first cropped
  72.      up when I changed VD to support the RA freeform style phone number.
  73.      I cannot imagine why no one ever noticed it until I stumbled upon
  74.      it tonight, a good three months after adding the freeform code.
  75.  
  76.  
  77. ValidOOR v1.10 Release Notes
  78. ----------------------------
  79.  
  80.   1) Minor change to log format.
  81.  
  82.   2) Chat Mode added via F1 key.
  83.  
  84.   3) Cleaned up some of the phone # processing code.
  85.  
  86.   4) Added JUMP TO DOS via the <F2> function key. Uses COMSPEC.
  87.  
  88.   5) Local keyboard now works when a user is online.
  89.  
  90.   6) Update Option Flags are displayed on the Status line like this:
  91.  
  92.                       Upd: S T F P L
  93.  
  94.       Upd:   flag under this means EXITINFO.BBS will be written to.
  95.       S  :     "    "    "     "   security level will be updated.
  96.       T  :     "    "    "     "   TimeLimit will be updated.
  97.       F  :     "    "    "     "   User Flags will be updated.
  98.       P  :   Number under this indicates PhoneEdit status.
  99.                   0 = disabled
  100.                   1 = enabled without EXITINFO update.
  101.                   2 = enabled with EXITINFO update.
  102.       L  :   flag under this means LongDistance calling enabled.
  103.       L  :   's'    "    "     "        "       slot      "    .
  104.  
  105.  
  106.   7) Cleaned up BIOS display routines (I hope) and tested with DV 2.25.
  107.  
  108.   8) Another new vd.cfg descriptor, EditPhone, allows sysop to permit
  109.      users to change their phone number.  See VD.Cfg in this package
  110.      for usage.
  111.  
  112.   9) Display modes have been tweaked a bit to work better.
  113.  
  114.  10) Status bar in DIRECT mode is two lines now.
  115.  
  116.  11) Version number changes: 1.05R for RA
  117.                              1.05Q for QBBS
  118.  
  119.  12) ValidOOR now requires you to put the Carriage return in your modem-init
  120.      string unlike previous versions.  Use the | character as a Carriage
  121.      Return at the end of your init string.
  122.  
  123.  13) There is a new optional descriptor in vd.cfg - ExitInfoPath - which allows
  124.      you to specify a path for your EXITINFO.BBS file.  Add this to your cfg
  125.      file using the correct path for your system:
  126.  
  127.      ExitInfoPath d:\qbbs\exitinfo.bbs
  128.  
  129.      If you leave out this vd.cfg descriptor, VD will look for EXITINFO.BBS
  130.      in the current directory.
  131.  
  132.  
  133.  
  134.  
  135.  14) Changed the way VD handles the flags.  You can now use a "N" in
  136.      any flag which will tell VD to leave that flag the way it
  137.      is already set. Example:
  138.  
  139.         AFlag XXX---nn
  140.  
  141.      would tell vd to set flags a1 a2 and a3 on, a4 a5 a6 off, and
  142.      leave a7 and a8 the way they were already set for that user.
  143.      The old way this worked was not a bug but rather lazy
  144.      programming on my part.
  145.  
  146.  
  147.  15) Added ability to use the free-style phone number format of
  148.      QuickBBS and/or Remote Access.
  149.  
  150.  
  151.  16) The modem reset string is no longer a hard-coded ATZ<CR> so you
  152.      MUST change your ModemReset descriptor to reflect the actual reset
  153.      string you wish to use like this:
  154.  
  155.         ModemReset ATZ|
  156.  
  157.      Use the | character as a <CR>.
  158.  
  159.      Of course you can still disable the modem reset like this:
  160.  
  161.         ModemReset NoATZ
  162.  
  163.  
  164.